home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Full / NetObjects Fusion 9 Standard / NOF9_Full_EN.exe / data1.cab / FSI / Ecomm / imports.js < prev   
Encoding:
Text File  |  2005-11-16  |  5.6 KB  |  206 lines

  1.     if (typeof(importPath) == "undefined") {
  2.         importPath = "";
  3.     }
  4.     
  5.     function loadClasses( pathNOF ) {
  6.         for (var i=1; i < arguments.length; i++) {
  7.             document.writeln('<script language="javascript" src="' + pathNOF + arguments[i] + '.js"></script>');
  8.         }
  9.     }
  10.         
  11.             loadClasses(importPath + "../lib/",                                        
  12.                 "innovative/IS",
  13.                 "innovative/menu",
  14.                 
  15.                 "nof/NOF",
  16.                 "nof/ProgId",                                                
  17.                 "nof/App",
  18.                 "nof/Site",
  19.                 //"nof/Page",                                
  20.                 "nof/Session",                
  21.                 "nof/NOFSettings",
  22.                 "nof/Event",
  23.                 //"nof/AppComponent",
  24.                 "nof/ConfigFile",                
  25.                 "nof/ListItem",    
  26.                 "nof/Util",
  27.                 "nof/Contract",    
  28.                 "nof/Catalog",
  29.                 "nof/ImageOutputSettings",
  30.                 "nof/ImageAttributes",
  31.                 "nof/Image",
  32.  
  33.     
  34.                 "nof/io/IO",
  35.                 "nof/io/Writer",
  36.                 "nof/io/File",
  37.                 
  38.                 "nof/util/UTIL",
  39.                 "nof/util/ArrayList",
  40.                 "nof/util/Exception",
  41.                 "nof/util/Locale",
  42.                 "nof/util/Validator",
  43.                 "nof/util/PropertyResourceBundle",
  44.                 "nof/util/ResourceBundle",                
  45.                 "nof/util/DefaultLocale",
  46.                 "nof/util/HexUtils",
  47.                 "nof/util/Sort",
  48.                 "nof/util/Filter",
  49.                 "nof/util/ObjectDumper",
  50.                 
  51.                 "nof/util/logging/LOGGING",
  52.                 "nof/util/logging/Level",
  53.                 "nof/util/logging/LogRecord",
  54.                 "nof/util/logging/Filter",
  55.                 "nof/util/logging/Formatter",
  56.                 "nof/util/logging/Handler",
  57.                 "nof/util/logging/Logger",
  58.                 "nof/util/logging/ConsoleHandler",
  59.                 "nof/util/logging/XMLFormatter",
  60.                 
  61.                 "nof/html/HTML",
  62.                 "nof/html/App",
  63.                 "nof/html/Window",
  64.                 "nof/html/Document",                
  65.                 "nof/html/EscapeUtils",
  66.  
  67.                 "nof/dataobjects/DataCollection",
  68.                 "nof/dataobjects/DataOption",
  69.                 "nof/dataobjects/SelectedDataOption",
  70.                 "nof/dataobjects/OSConstants",
  71.                 "nof/dataobjects/OutputSettingsMgr",
  72.                 "nof/dataobjects/tables/Constants",
  73.                 "nof/dataobjects/tables/Table",
  74.                 "nof/dataobjects/tables/Util",
  75.                 "nof/dataobjects/tables/ImagesTable",
  76.                 "nof/dataobjects/tables/ecomm/StoresTable",
  77.                 "nof/dataobjects/tables/ecomm/CatalogsTable",
  78.                 "nof/dataobjects/tables/ecomm/ManufacturersTable",
  79.                 "nof/dataobjects/tables/ecomm/OptionGroupsTable",
  80.                 "nof/dataobjects/tables/ecomm/OptionsTable",
  81.                 "nof/dataobjects/tables/ecomm/ProductOptionsTable",
  82.                 "nof/dataobjects/tables/ecomm/ProductsTable",
  83.                 "nof/dataobjects/tables/ecomm/RelatedProductsTable",
  84.                 "nof/dataobjects/tables/ecomm/ShippingTable",
  85.                 "nof/dataobjects/tables/ecomm/TaxesTable",
  86.                 "nof/dataobjects/tables/ecomm/TableSpace",
  87.                 //"nof/dataobjects/tables/ecomm/",
  88.  
  89.                 "nof/fsictrl/FSICTRL",
  90.                 "nof/fsictrl/ListControl",
  91.                 "nof/fsictrl/TreeControl",
  92.                 "nof/fsictrl/DSListControl",
  93.                 "nof/fsictrl/ImageObject",
  94.  
  95.                 "nof/xml/XML",
  96.                 "nof/xml/XmlDocument",
  97.                 "nof/xml/XmlHttp",
  98.                 
  99.                 "nof/ui/UI",
  100.                 "nof/ui/TabbedMenu",
  101.                 "nof/ui/Dialog",
  102.                 "nof/ui/ListEditorDlg",
  103.                 "nof/ui/DualListEditor",
  104.                 "nof/ui/ListFilterDlg",
  105.                 "nof/ui/ListSortDlg",
  106.                 "nof/ui/ImageOutputSettingsDlg",
  107.                 "nof/ui/ProfilesManagerDlg",
  108.  
  109.                 "nof/text/TEXT",
  110.                 "nof/text/MessageFormat",
  111.                 "nof/text/DelimitedTextTable",
  112.                 //"nof/text/NumberFormat",
  113.                 //"nof/text/DateFormat",
  114.                 
  115.                 "nof/net/NET",
  116.                 "nof/net/HttpRequest",
  117.                 "nof/net/HttpResponse",
  118.                 "nof/net/Http",
  119.                 //"nof/net/Ftp",
  120.                 
  121.                 "nof/dialogs/DIALOGS",
  122.                 "nof/dialogs/FileDlg",
  123.                 "nof/dialogs/ColorChooserDlg",
  124.                 "nof/dialogs/StatusDlg",
  125.                 "nof/dialogs/ProgressDlg",
  126.                 "nof/dialogs/BrowserDlg",
  127.                 "nof/dialogs/SiteDlg",
  128.                 "nof/dialogs/Messages"                
  129.                 
  130.                 );
  131.     
  132.             loadClasses(importPath + "../Ecomm/lib/",
  133.                 "products/Constants",
  134.                 "profiles/Constants",
  135.                 "dataobjects/RelatedProducts",
  136.                 "dataobjects/Product",
  137.                 "dataobjects/Manufacturer",
  138.                 "dataobjects/SalesTax",
  139.                 "dataobjects/Shipping",
  140.                 "dataobjects/ProductOption",
  141.                 "dataobjects/SelectedProductOption",
  142.                 "dataobjects/ProductOptionMgr",
  143.                 "dataobjects/SelectedProductOptionMgr",
  144.                 "dataobjects/Store",
  145.                 "dataobjects/StoreMgr",
  146.                 "dataobjects/EcommListPage",
  147.                 "dataobjects/EcommDetailPage",
  148.                 "dataobjects/EcommCatalog",
  149.                 "dataobjects/EcommCatalogMgr",
  150.                 "dataobjects/Profile",
  151.                 "dataobjects/LastSettingsProfile",
  152.                 "dataobjects/ProfilesCollection",
  153.  
  154.                 "profiles/ProfilesManagerDlg",
  155.                 "MappingUtil",
  156.                 "products/MainWindow",
  157.                 "products/ListFilterDlg",
  158.                 "products/AttributesEditor",
  159.                 "products/DescriptionEditor",
  160.                 "products/ImageEditor",
  161.                 "products/ThumbnailImageEditor",
  162.                 "products/DetailImageEditor",
  163.                 "products/RelatedProductsEditor",
  164.                 "products/OptionsEditorDlg",
  165.                 "products/AddOptionGroupDlg",
  166.                 "products/AddOptionValueDlg",
  167.                 "products/AddOptionsEditorDlg",
  168.  
  169.                 "listpage/MainWindow",
  170.                 "listpage/LayoutEditor",
  171.                 "listpage/DisplayItemsEditor",
  172.                 "listpage/PurchaseOptionsEditor",
  173.                 "listpage/ListSortDlg",
  174.                 "listpage/Constants",
  175.                 "listpage/DisplayItemFmtDlg",
  176.                 "listpage/DisplayedItemsSerializer",
  177.  
  178.                 "detailpage/MainWindow",
  179.                 "detailpage/LayoutEditor",
  180.                 "detailpage/DisplayItemsEditor",
  181.                 "detailpage/PurchaseOptionsEditor",
  182.  
  183.                 "store/MainWindow",
  184.  
  185.                 "App",
  186.                 "MainWindow",
  187.                 "CatalogManagerWindow",
  188.  
  189.                 "store/AddStoreEngineDlg",
  190.                 "store/ManageStoreEngineDlg",
  191.                 "store/StoreEnginesMgr",
  192.                 "store/AdvancedStoreMgrDlg",
  193.                 "store/ProductConstants",
  194.                 "store/Serializer",
  195.                 "store/ValidationMgr",
  196.                 "store/ServicesDlg",
  197.                 "store/engine/StoreEngine",
  198.                 "store/PublishManager",
  199.                 "NameSpace",
  200.  
  201.                 "ui/ListEditorDlg",
  202.                 "ui/TabMenuItem",
  203.  
  204.                 "templates/Importer",
  205.                 "store/engine/Imports"
  206.             );